From 0f8b5c1679a78f9150f98c3e904abf8655aba335 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 1 Mar 2010 04:22:28 +0000 Subject: [PATCH] Let the bool options be set in the GUI if they're set in the "raw" GPSBabel. --- gui/optionsdlg.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gui/optionsdlg.cpp b/gui/optionsdlg.cpp index 277e00ac4..8e1b1d0c1 100644 --- a/gui/optionsdlg.cpp +++ b/gui/optionsdlg.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -// $Id: optionsdlg.cpp,v 1.4 2009/11/02 20:38:02 robertl Exp $ +// $Id: optionsdlg.cpp,v 1.5 2010/03/01 04:22:28 robertl Exp $ //------------------------------------------------------------------------ // // Copyright (C) 2009 S. Khai Mong . @@ -132,6 +132,10 @@ OptionsDlg::OptionsDlg(QWidget*parent, const QString &fmtName, QListsetChecked(getOptionValue(options,k).toBool()); w = 0; break; -- 2.30.2